今天有點事情沒辦法完成前兩天未完成的試題 今天先寫點別的
設計出可再利用的物件導向模式
http://www.runoob.com/design-pattern/design-pattern-tutorial.html
生成類型(Creational Patterns)
(1)單例模式(Singleton Pattern)
(2)工廠方法模式(Factory Pattern)
(3)抽象工廠模式(Abstract Factory Pattern)
(4)建造者模式(Builder Pattern)
(5)原型模式(Prototype Pattern)
結構類型(Structural Patterns)
(1)配接器模式(Adapter Pattern)
(2)橋接模式(Bridge Pattern)
(3)組合模式(Composite Pattern)
(4)裝飾模式(Decorator Pattern)
(5)外觀模式(Facade Pattern)
(6)輕量模式(Flyweight Pattern)
(7)代理模式(Proxy Pattern)
行為類型(Behavioral Patterns)
(1)責任鍊模式(Chain of Responsibility Pattern)
(2)命令模式(Command Pattern)
(3)直譯器模式(Interpreter Pattern)
(4)迭代器模式(Iterator Pattern)
(5)中介者模式(Mediator Pattern)
(6)備忘錄模式(Memento Pattern)
(7)觀察者模式(Observer Pattern)
(8)狀態模式(State Pattern)
(9)策略模式(Strategy Pattern)
(10)範本方法模式(Template Pattern)
(11)訪問者模式(Visitor Pattern)
J2EE 模式
(1)過濾器模式(Filter Pattern)
(2)空對象模式(Null Object Pattern)
(3)業務代表模式(Business Delegate Pattern)
(4)組合實體模式(Composite Entity Pattern)
(5)數據訪問對象模式(Data Access Object Pattern)
(6)前端控制器模式(Front Controller Pattern)
(7)攔截過濾器模式(Intercepting Filter Pattern)
(8)服務定位器模式(Service Locator Pattern)
(9)傳輸對象模式(Transfer Object Pattern)